Web API Core | ComponentOne
C1.Web.Api.Pdf Namespace / PdfController Class / Location Method / Location(MethodInfo,IDictionary<String,Object>) Method
The method for the action.
The dictionary that contains the parameters for the action.

In This Topic
    Location(MethodInfo,IDictionary<String,Object>) Method
    In This Topic
    Returns an absolute url for the specified action.
    Syntax
    'Declaration
     
    
    Protected Overloads Function Location( _
       ByVal methodInfo As MethodInfo, _
       Optional ByVal values As IDictionary(Of String,Object) _
    ) As String

    Parameters

    methodInfo
    The method for the action.
    values
    The dictionary that contains the parameters for the action.

    Return Value

    The absolute url for the specified action.
    See Also